Applying your company logo to the header

Description

Now you have an idea of where everything is located, changing other variables such as font and images is much easier. Firstly, you will want to personalise your library to your company and a great way to do so is to change the logo in the header to your company's.

There are two ways in which you can change the logo; the first is the easiest, the second is more complex and time consuming.

NOTE: If your company logo does not have a ‘.png’ extension, go to Method 2 and follow those steps

Steps

Method 1

  1. Locate the images sub-folder within your theme folder.
  2. Open the images folder.
  3. Within the images folder there is an image named logo.png.
  4. Contents of the images folder
  5. Replace the current logo.png with your company’s logo.
  6. Open the mobile subfolder and replace the current ‘logo.png’ with your company’s logo.
  7. Contents of the mobile images folder
  8. Proceed with the steps outlined in Uploading your new theme to your website.

Method 2

  1. Locate the images sub-folder within your theme folder
  2. Save your company logo within the folder (avoid using mixed case names as some webservers do not allow such values).
  3. Contents of the images folder with the logo file
  4. Open the mobile subfolder and save your company logo within the folder (avoid using mixed case names as some webservers do not allow such values).
  5. Contents of the mobile images folder with the logo file
  6. Locate header.html
  7. Right Click and select Edit with Notepad++ or Open with Notepad.
  8. Locate the code that defines where the logo is set and change the src value located next to the img tag to the same as your logo image you saved in the file.
  9. img tag
  10. Save and close the file.
  11. Locate client_temp.css.
  12. Right Click and selct Edit with Notepad++ or Open with Notepad.
  13. Press CTRL + F and type .nav-logo and press Enter
  14. Within the value of background change the value after mobile/ to your company’s logo name.
  15. .nav-logo code
  16. Save and close the file
  17. Proceed with the steps outlined in Uploading your new theme to your website
NOTE:

Overlarge logo

As can be seen in the image above, though the image has changed, it is oversized and doesn’t fit correctly within the header. This is an issue as the code doesn’t re-size your image or header for you to fit, this is a change that the user must make.

There are two changes that you can make, either change the height of the header or change the size of the image.